home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-01-05  |  3KB  |  164 lines

  1. object AboutBox: TAboutBox
  2.   Left = 419
  3.   Top = 355
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 217
  8.   ClientWidth = 265
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object regtime: TLabel
  22.     Left = 8
  23.     Top = 184
  24.     Width = 3
  25.     Height = 13
  26.   end
  27.   object regf: TLabel
  28.     Left = 16
  29.     Top = 280
  30.     Width = 6
  31.     Height = 13
  32.     Caption = 'n'
  33.   end
  34.   object reg1: TLabel
  35.     Left = 80
  36.     Top = 304
  37.     Width = 6
  38.     Height = 13
  39.     Caption = 'n'
  40.   end
  41.   object reg2: TLabel
  42.     Left = 184
  43.     Top = 296
  44.     Width = 6
  45.     Height = 13
  46.     Caption = 'n'
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 8
  50.     Top = 8
  51.     Width = 249
  52.     Height = 153
  53.     BevelInner = bvRaised
  54.     BevelOuter = bvLowered
  55.     ParentColor = True
  56.     TabOrder = 2
  57.     object ProductName: TLabel
  58.       Left = 104
  59.       Top = 8
  60.       Width = 46
  61.       Height = 13
  62.       Caption = 'The Lock'
  63.       IsControl = True
  64.     end
  65.     object Version: TLabel
  66.       Left = 160
  67.       Top = 8
  68.       Width = 59
  69.       Height = 13
  70.       Caption = 'Version 8.00'
  71.       IsControl = True
  72.     end
  73.     object Copyright: TLabel
  74.       Left = 8
  75.       Top = 96
  76.       Width = 39
  77.       Height = 13
  78.       Caption = '(c) 1996'
  79.       IsControl = True
  80.     end
  81.     object Label1: TLabel
  82.       Left = 8
  83.       Top = 112
  84.       Width = 73
  85.       Height = 33
  86.       AutoSize = False
  87.       Caption = 'CrashCourse Software, Ltd.'
  88.     end
  89.     object Image1: TImage
  90.       Left = 8
  91.       Top = 8
  92.       Width = 89
  93.       Height = 73
  94.       Picture.Data = {<image000.bmp>}
  95.     end
  96.     object Memo1: TMemo
  97.       Left = 104
  98.       Top = 24
  99.       Width = 137
  100.       Height = 121
  101.       BorderStyle = bsNone
  102.       Color = clBtnFace
  103.       Ctl3D = True
  104.       HideSelection = False
  105.       Lines.Strings = (
  106.         'This program is Shareware'
  107.         'If you like this program '
  108.         'please send $25 and any '
  109.         'comments to:'
  110.         ''
  111.         'Rob Boulden'
  112.         '1007 South Lewis'
  113.         'Stillwater, OK 74074'
  114.         'Email: Ash@ionet.net')
  115.       ParentCtl3D = False
  116.       ReadOnly = True
  117.       TabOrder = 0
  118.     end
  119.   end
  120.   object OKButton: TButton
  121.     Left = 136
  122.     Top = 192
  123.     Width = 75
  124.     Height = 25
  125.     Caption = '&OK'
  126.     Default = True
  127.     Enabled = False
  128.     ModalResult = 1
  129.     TabOrder = 1
  130.   end
  131.   object Button1: TButton
  132.     Left = 56
  133.     Top = 192
  134.     Width = 75
  135.     Height = 25
  136.     Caption = '&Register'
  137.     TabOrder = 0
  138.     OnClick = Button1Click
  139.   end
  140.   object Panel2: TPanel
  141.     Left = 8
  142.     Top = 160
  143.     Width = 249
  144.     Height = 25
  145.     BevelInner = bvRaised
  146.     BevelOuter = bvLowered
  147.     TabOrder = 3
  148.     object Label4: TLabel
  149.       Left = 8
  150.       Top = 4
  151.       Width = 66
  152.       Height = 13
  153.       Caption = 'Registered to:'
  154.     end
  155.     object Label5: TLabel
  156.       Left = 88
  157.       Top = 4
  158.       Width = 60
  159.       Height = 13
  160.       Caption = 'Unregistered'
  161.     end
  162.   end
  163. end
  164.